Add Bug#.
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 2 May 2011 03:21:58 +0000 (20:21 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 2 May 2011 03:21:58 +0000 (20:21 -0700)
src/ChangeLog

index dfe2c4f86d25ebfb82bb4f3208d134834703307f..c5beaea676fb9042c21af62dcc75dc525e9f55aa 100644 (file)
@@ -6,7 +6,7 @@
        for example, #x1fffffffffffffff was misread as -2305843009213693952.
        (digit_to_number): Move earlier, for benefit of read_integer.
        Return -1 if the digit is out of range for the base, -2 if it is
-       not a digit in any supported base.
+       not a digit in any supported base.  (Bug#8602)
 
 2011-04-30  Paul Eggert  <eggert@cs.ucla.edu>